home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
crazy_ch.swf
/
scripts
/
frame_2
/
DoAction_3.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
206 b
|
9 lines
var Iso = SharedObject.getLocal("hind");
trace("iso=" + _root.Iso.data.userId);
score_you.text = _root.Iso.data.userId;
if(Iso.data.userId == undefined)
{
trace("ofer");
score_you.text = 0;
}